home *** CD-ROM | disk | FTP | other *** search
/ Electronic Clipper 1996 August / Electronic Clipper 1996 August.iso / ideasrc / gallery.dir / 00171_Script_171 < prev    next >
Text File  |  1996-07-16  |  234b  |  12 lines

  1. on exitFrame  
  2.   global gallery
  3.   if gallery = "slideshow" then
  4.     go the frame
  5.   else
  6.     puppetTransition 50, 1, 8, true
  7.     delay 150
  8.   end if
  9.   if not soundbusy (2) then
  10.     sound playFile (2), "again.aif"
  11.   end if
  12. end